Skip to content

Commit

Permalink
Fix release CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed May 6, 2021
1 parent e9ccfd8 commit 4e20966
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- uses: actions/checkout@master
- name: set env
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/}
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand All @@ -23,9 +21,8 @@ jobs:
run: |
sudo apt-get update -q
sudo apt-get install libsodium-dev libsecp256k1-dev libgmp-dev -y
poetry install -v
- name: Run tests
run: poetry run pytest tests/
- name: Install project
run: make install
- name: Poetry publish
run: |
poetry config http-basic.pypi __token__ ${{secrets.PYPI_TOKEN}}
Expand Down

0 comments on commit 4e20966

Please sign in to comment.