Skip to content

Commit

Permalink
Updated publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Nov 16, 2023
1 parent d8d17d3 commit bbe5cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Publish the client to the public registry
runs-on: ubuntu-latest
env:
NPMRC: ${{ secrets.NPMRC }}
PYPIRC: ${{ secrets.PYPIRC }}

steps:
- uses: actions/checkout@v4
Expand All @@ -19,7 +19,7 @@ jobs:
python-version: '3.10'
- run: |
echo $PYPIRC > ~/.pypirc
python -m pip install wheel
python -m pip install --user --upgrade wheel
python -m pip install --user --upgrade twine
python setup.py sdist bdist_wheel
python -m twine upload dist/*
Expand Down

0 comments on commit bbe5cfa

Please sign in to comment.