Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
nir0s committed Dec 19, 2023
1 parent 18f905b commit 419678d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
python -m pip install --disable-pip-version-check -U pip
python -m pip install -U build twine
python -m build
python -m twine check dist/*
python -m twine upload --username=__token__ --password=${{ secrets.PYPI_TOKEN }} dist/*
# python -m twine check dist/*
# python -m twine upload --username=__token__ --password=${{ secrets.PYPI_TOKEN }} dist/*
- uses: actions/upload-artifact@v4
with:
name: ${{ github.event.inputs.tag }}-test
Expand Down

0 comments on commit 419678d

Please sign in to comment.