Skip to content

Commit

Permalink
hopefully fixed the error, we can test in lab
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesF25 committed Dec 11, 2023
1 parent c0c632f commit 106506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
twine check --strict dist/*
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1 # Updated this line
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 106506a

Please sign in to comment.