Skip to content

Commit

Permalink
Update and rename pypi-test-upload.yml to pypi-upload.yml
Browse files Browse the repository at this point in the history
uploading to pypi
  • Loading branch information
casvbem authored Sep 11, 2023
1 parent 64964b1 commit 55b473b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest

steps:
Expand All @@ -33,9 +33,8 @@ jobs:
--outdir dist/
.
- name: Publish distribution 📦 to Test PyPI
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
username: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/

0 comments on commit 55b473b

Please sign in to comment.