Skip to content

Commit 89d27b9

Browse files
committed
change from test.pypi to pypi
1 parent b2dfe74 commit 89d27b9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
publish:
8-
name: Publish Python 🐍 distributions 📦 to TestPyPI
8+
name: Publish Python 🐍 distributions 📦 to PyPI
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@master
@@ -40,12 +40,11 @@ jobs:
4040
run: >-
4141
python -m
4242
pip install build --user
43-
- name: Build a binary wheel and a source tarball
43+
- name: Build a source tarball
4444
run: >-
4545
python -m
4646
build --sdist --outdir dist/ .
4747
- name: Publish distribution 📦 to Test PyPI
4848
uses: pypa/gh-action-pypi-publish@master
4949
with:
50-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
51-
repository_url: https://test.pypi.org/legacy/
50+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)