Skip to content

Commit

Permalink
update pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
kungjim committed Sep 17, 2023
1 parent f1f617f commit 400a051
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build and upload to PyPI

on:
release:
types: [published]
# push:
# branches:
# - pypi-ci
#release:
# types: [published]
push:
branches:
- pypi

jobs:
build_wheels:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Build sdist
run: |
sudo pip install pybind11 && sudo apt install python3-dev
pip install pybind11 && sudo apt install python3-dev
pwd
pipx run build --sdist
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 400a051

Please sign in to comment.