Skip to content

Commit

Permalink
Merge pull request #168 from pessimistic-io/fix_pypi_action
Browse files Browse the repository at this point in the history
fixes in release yaml
  • Loading branch information
ndkirillov authored Jun 7, 2024
2 parents 23b16d5 + 5ad8f87 commit 11881d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
python -m pip install solc-select
python -m pip install slither-analyzer
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 11881d1

Please sign in to comment.