We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b286b34 commit 91151a0Copy full SHA for 91151a0
.github/workflows/publish.yml
@@ -19,11 +19,11 @@ jobs:
19
- name: Build package
20
run: python -m build
21
- name: Publish to Test PyPI
22
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
23
with:
24
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
25
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
26
- name: Publish to PyPI
27
28
29
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments