Fix filter pattern in release pipeline (#1659)

This commit is contained in:
Robbe Sneyders
2023-03-02 23:44:41 +01:00
committed by GitHub
parent 108d59f97a
commit 6d8c297efc

View File

@@ -2,7 +2,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+.*'
- '[0-9]+.[0-9]+.[0-9]+*'
release:
types:
- published