diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 175efaa..5427f0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,9 +153,6 @@ jobs: run: python -m build - name: "🚀 Publish Python package" uses: pypa/gh-action-pypi-publish@release/v1 - with: - user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} release: name: "🚀 Create GitHub release" if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') @@ -190,4 +187,4 @@ jobs: fail_on_unmatched_files: true draft: false prerelease: false - generate_release_notes: true \ No newline at end of file + generate_release_notes: true