Skip to content

Commit

Permalink
fix(ci): remove the broken sigstore code, and publish only real versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Sep 13, 2024
1 parent 797af14 commit c4328db
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Upload Python Package
on:
push:
tags:
- v[0-9]+.**
# Publish only actual releases, not dev/alpha/beta/rc tags
- v[0-9]+.[0-9]+.[0-9]+
jobs:
tests:
uses: ./.github/workflows/tests.yml
Expand Down Expand Up @@ -45,13 +46,6 @@ jobs:
- name: Build
run: python -m build --sdist --wheel

- name: Sign the dists with Sigstore
uses: sigstore/[email protected]
with:
inputs: >-
./dist/*.tar.gz
./dist/*.whl
- name: Update CHANGELOG
id: changelog
uses: requarks/changelog-action@v1
Expand Down

0 comments on commit c4328db

Please sign in to comment.