Skip to content

Commit

Permalink
fixed github action for upload release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fboerman committed Dec 21, 2023
1 parent cfe4722 commit 29089d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
--outdir dist/
.
- name: Upload distribution 📦 to release
uses: svenstaro/upload-release-action@2.2.1
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/*.whl
Expand Down

0 comments on commit 29089d3

Please sign in to comment.