Skip to content

Commit

Permalink
fix pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Jul 19, 2023
1 parent 7936f07 commit 2144f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
find . -name '*.tar.gz' -exec mv '{}' dist/ \;
find . -name '*.whl' -exec mv '{}' dist/ \;
- name: Upload
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
repository-url: https://test.pypi.org/legacy/
Expand Down

0 comments on commit 2144f35

Please sign in to comment.