Skip to content

Commit

Permalink
don't specify precise pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Jul 19, 2023
1 parent e7b3abc commit 7936f07
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.4.2
uses: pypa/gh-action-pypi-publish@v1
with:
user: __token__
repository-url: https://test.pypi.org/legacy/
Expand Down

0 comments on commit 7936f07

Please sign in to comment.