Skip to content

Commit 1a88822

Browse files
committed
ci: using old test token again
1 parent 6e8ce19 commit 1a88822

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/wheel.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
name: Upload to PyPI
5454
needs: [make-wheels, make-sdist]
5555
runs-on: ubuntu-latest
56-
environment:
57-
name: pypi
58-
url: https://test.pypi.org/legacy/
5956
permissions:
6057
id-token: write
6158
steps:
@@ -79,3 +76,7 @@ jobs:
7976
8077
- name: Publish package distributions to PyPI
8178
uses: pypa/gh-action-pypi-publish@release/v1
79+
with:
80+
user: __token__
81+
password: ${{ secrets.PYPI_TEST_TOEKN }}
82+
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)