diff --git a/.github/workflows/pub-pypi.yml b/.github/workflows/pub-pypi.yml index 2b57e7c..7ac908a 100644 --- a/.github/workflows/pub-pypi.yml +++ b/.github/workflows/pub-pypi.yml @@ -8,6 +8,7 @@ jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI runs-on: ubuntu-latest + environment: release steps: - uses: actions/checkout@main - name: Set up Python 3.7 @@ -30,6 +31,3 @@ jobs: . - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - with: - user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }}