Skip to content

Commit

Permalink
Update pypi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adosar committed Oct 6, 2024
1 parent 4b28c09 commit fb1acbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Publish Python 🐍 distribution 📦 to PyPI

on: push
branches: [master]

jobs:
build:
name: Build distribution 📦
if: startsWith(github.ref, 'refs/tags/') # only build on tag pushes
if: startsWith(github.ref, 'refs/tags/[0-9]+.[0-9]+.[0-9]+.') # only build on SemVer tags
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit fb1acbc

Please sign in to comment.