Skip to content

Commit

Permalink
building only only on master and removing the push to test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-h-omar committed Oct 1, 2023
1 parent 2e661b6 commit 21ae26c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- cibuildwheel
- master
release:
types:
- published
Expand Down Expand Up @@ -82,6 +82,4 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 21ae26c

Please sign in to comment.