Skip to content

Commit bbe5cfa

Browse files
committed
Updated publish workflow
1 parent d8d17d3 commit bbe5cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Publish the client to the public registry
1010
runs-on: ubuntu-latest
1111
env:
12-
NPMRC: ${{ secrets.NPMRC }}
12+
PYPIRC: ${{ secrets.PYPIRC }}
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -19,7 +19,7 @@ jobs:
1919
python-version: '3.10'
2020
- run: |
2121
echo $PYPIRC > ~/.pypirc
22-
python -m pip install wheel
22+
python -m pip install --user --upgrade wheel
2323
python -m pip install --user --upgrade twine
2424
python setup.py sdist bdist_wheel
2525
python -m twine upload dist/*

0 commit comments

Comments
 (0)