Skip to content

Commit b270434

Browse files
remove TestPyPI variables from publish-to-pypi.yaml
1 parent 0558c7a commit b270434

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish python PyPI test
1+
name: Publish python PyPI
22

33
on:
44
release:
55
types: [published]
66

77
jobs:
88
build-release:
9-
name: Build and publish to TestPyPI
9+
name: Build and publish PyPI
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
@@ -26,5 +26,4 @@ jobs:
2626
- name: Publish package to PyPI
2727
uses: pypa/gh-action-pypi-publish@release/v1
2828
with:
29-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
30-
repository_url: https://pypi.org/legacy/
29+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)