Skip to content

Commit

Permalink
use build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed-XCF committed Sep 16, 2021
1 parent 5f15994 commit 704a41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: Install dependencies
run: |
make release
pip install setuptools wheel twine
pip install setuptools wheel twine build
- name: Get version
run: echo $GITHUB_REF | awk -F '/' '{print $3}' >> version
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
make build
build
make pypi

0 comments on commit 704a41c

Please sign in to comment.