We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d17d3 commit bbe5cfaCopy full SHA for bbe5cfa
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Publish the client to the public registry
10
runs-on: ubuntu-latest
11
env:
12
- NPMRC: ${{ secrets.NPMRC }}
+ PYPIRC: ${{ secrets.PYPIRC }}
13
14
steps:
15
- uses: actions/checkout@v4
@@ -19,7 +19,7 @@ jobs:
19
python-version: '3.10'
20
- run: |
21
echo $PYPIRC > ~/.pypirc
22
- python -m pip install wheel
+ python -m pip install --user --upgrade wheel
23
python -m pip install --user --upgrade twine
24
python setup.py sdist bdist_wheel
25
python -m twine upload dist/*
0 commit comments