Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Aug 30, 2023
1 parent 2126835 commit e2c6f74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:

- name: Build wheels
uses: pypa/[email protected]
with:
package-dir: package
env:
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
CIBW_BUILD_VERBOSITY: 1
Expand Down Expand Up @@ -76,7 +74,7 @@ jobs:
(github.event_name == 'release' && github.event.action == 'published')
uses: actions/upload-artifact@v2
with:
path: package/dist/*.tar.gz
path: dist/*.tar.gz
retention-days: 7

upload_testpypi:
Expand Down

0 comments on commit e2c6f74

Please sign in to comment.