Skip to content

Commit

Permalink
Merge pull request #7 from karlosss/fix-test-pypi-deploy-2
Browse files Browse the repository at this point in the history
fix test pypi deploy
  • Loading branch information
karlosss authored Oct 20, 2024
2 parents 15af173 + 7373848 commit ec74373
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ jobs:
with:
submodules: 'recursive'

- name: Download version
uses: actions/download-artifact@v4
with:
name: VERSION
path: .

- name: Update version
run: sed -i "s/^version.*\$/version = \"$(cat VERSION)\"/g" pyproject.toml

- name: Build wheels
uses: pypa/[email protected]

Expand Down

0 comments on commit ec74373

Please sign in to comment.