Skip to content

Commit

Permalink
tweak upload assets
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpq committed Aug 16, 2024
1 parent f18c712 commit dd26182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
manylinux: auto
args: --release --out dist/ -m bindings/Cargo.toml
- name: Upload wheels
uses: alexellis/[email protected].0
uses: alexellis/[email protected].1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./dist/*.whl"]'
asset_paths: '["dist/*.whl"]'
permissions:
contents: write
pull-requests: read
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"editor.formatOnSaveMode": "file",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"nixEnvSelector.nixFile": "${workspaceFolder}/shell.nix"
}

0 comments on commit dd26182

Please sign in to comment.