Skip to content

Commit

Permalink
Restore trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jramcast committed Feb 7, 2025
1 parent 782eece commit 5c4df0c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build

on: [push]
# on:
# push:
# tags:
# - v*
# Publish when a version tag is pushed
on:
push:
tags:
- v*

concurrency:
group: build-${{ github.head_ref }}
Expand Down Expand Up @@ -54,5 +54,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip_existing: true
# user: __token__
# password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 5c4df0c

Please sign in to comment.