Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Nov 27, 2023
1 parent 4579516 commit 2e554e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
# if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build
run: |
pip install versioneer[toml]==0.29
pip list
python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
# - name: Publish distribution 📦 to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 2e554e7

Please sign in to comment.