Skip to content

Commit 71cbe5c

Browse files
author
Marcus Cornes
committed
Updated the workflow, hopefully it will work this time
1 parent 5935f3d commit 71cbe5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build-and-publish:
1313
name: Build and Publish
14-
runs-on: ubunutu-latest
14+
runs-on: ubuntu-latest
1515

1616
steps:
1717
- name: Checkout code
@@ -32,5 +32,5 @@ jobs:
3232
- name: Publish to PyPI or TestPyPI
3333
uses: pypa/gh-action-pypi-publish@v1.8.8
3434
with:
35-
password: ${{ startsWith(github.ref, 'refs/tags/release-') && secrets.PYPI_API_TOKEN || secrets.TEST_PYPI_TOKEN }}
35+
password: ${{ startsWith(github.ref, 'refs/tags/release-') && secrets.PYPI_API_TOKEN || secrets.TEST_PYPI_API_TOKEN }}
3636
repository-url: ${{ startsWith(github.ref, 'refs/tags/release-') && 'https://upload.pypi.org/legacy/' || 'https://test.pypi.org/legacy/' }}

0 commit comments

Comments
 (0)