Skip to content

Commit

Permalink
pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sprivite committed Nov 15, 2024
1 parent eb72617 commit 830ed79
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ permissions:
on:
release:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+(-beta(.[0-9]+)?|-alpha(.[0-9]+)?)?"

jobs:
pypi-publish:
Expand All @@ -26,7 +24,7 @@ jobs:
- name: Install Python 3.9 🐍
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.12"
- name: Clean old build artifacts
run: rm -rf dist/*
- name: Build deps
Expand Down

0 comments on commit 830ed79

Please sign in to comment.