Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 22, 2020
1 parent cbb5184 commit fa7b6ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: [3.7]
extra: [cryptography]
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand All @@ -26,7 +25,7 @@ jobs:
- name: Build sdist & wheel
run: |
pip install poetry
poetry install --extras ${{ matrix.extra }}
poetry install
poetry build
ls -lrth dist/
- name: Publish package
Expand Down

0 comments on commit fa7b6ef

Please sign in to comment.