Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
Ensure developement builds aren't published
Browse files Browse the repository at this point in the history
  • Loading branch information
hSaria committed Jan 11, 2022
1 parent ef28eaf commit e42bf5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
with:
python-version: '3.9'

- name: Confirm non-development build
run: (grep -q 'version=.*dev' setup.py && exit 1) || true

- name: Install dependencies
run: pip3 install setuptools twine wheel

Expand Down

0 comments on commit e42bf5c

Please sign in to comment.