Skip to content

Commit

Permalink
publish only when published
Browse files Browse the repository at this point in the history
  • Loading branch information
matsui528 committed Oct 26, 2023
1 parent e5e3dbb commit 4fcb6bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Build package
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 4fcb6bb

Please sign in to comment.