Skip to content

Commit

Permalink
Update tag pattern in prep-release pipeline to match dev versions (#674)
Browse files Browse the repository at this point in the history
The pipeline was not triggered by my `0.8.dev0` tag, which is the
[recommended
format](https://packaging.python.org/en/latest/specifications/version-specifiers/#developmental-releases)
for development releases.
  • Loading branch information
RobbeSneyders authored Nov 27, 2023
1 parent 130fb25 commit f87217a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prep-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Python 🐍 distributions 📦 and publish to TestPyPI
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
- '[0-9]+.[0-9]+.*[0-9]+*'
jobs:
build-n-publish:
name: Build Python 🐍 distributions 📦 and publish to TestPyPI
Expand Down

0 comments on commit f87217a

Please sign in to comment.