We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2a964 commit e7ad4aeCopy full SHA for e7ad4ae
.github/workflows/wheels.yml
@@ -190,10 +190,10 @@ jobs:
190
needs: [ upload_release_assets ]
191
runs-on: ubuntu-latest
192
if: startsWith(github.ref, 'refs/tags/')
193
- environment:
194
- name: pypi
195
- permissions:
196
- id-token: write
+# environment:
+# name: pypi
+# permissions:
+# id-token: write
197
steps:
198
- name: Download lupa wheels
199
uses: actions/download-artifact@v4
@@ -207,7 +207,9 @@ jobs:
207
name: sdist
208
path: dist
209
210
- - name: Publish package distributions to PyPI
+ - name: "Publish lupa to test PyPI"
211
uses: pypa/gh-action-pypi-publish@release/v1
212
with:
213
- repository-url: https://test.pypi.org/legacy/
+ user: __token__
214
+ password: ${{ secrets.PYPI_TOKEN }}
215
+ skip-existing: true
0 commit comments