We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5935f3d commit 71cbe5cCopy full SHA for 71cbe5c
1 file changed
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
build-and-publish:
13
name: Build and Publish
14
- runs-on: ubunutu-latest
+ runs-on: ubuntu-latest
15
16
steps:
17
- name: Checkout code
@@ -32,5 +32,5 @@ jobs:
32
- name: Publish to PyPI or TestPyPI
33
uses: pypa/gh-action-pypi-publish@v1.8.8
34
with:
35
- password: ${{ startsWith(github.ref, 'refs/tags/release-') && secrets.PYPI_API_TOKEN || secrets.TEST_PYPI_TOKEN }}
+ password: ${{ startsWith(github.ref, 'refs/tags/release-') && secrets.PYPI_API_TOKEN || secrets.TEST_PYPI_API_TOKEN }}
36
repository-url: ${{ startsWith(github.ref, 'refs/tags/release-') && 'https://upload.pypi.org/legacy/' || 'https://test.pypi.org/legacy/' }}
0 commit comments