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 c9caad8 commit a6542b4Copy full SHA for a6542b4
.github/workflows/publish-test.yml
@@ -10,7 +10,7 @@ jobs:
10
fetch-depth: 0
11
- run: python3 -m pip install --upgrade build && python3 -m build
12
- name: Publish package
13
- uses: pypa/gh-action-pypi-publish@main
+ uses: pypa/gh-action-pypi-publish@release/v1
14
with:
15
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
16
repository_url: https://test.pypi.org/legacy/
0 commit comments