Skip to content

Commit

Permalink
chore: update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
thelicato committed Jan 15, 2024
1 parent 75f6c2b commit e88fc21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Build and publish Python package
on:
push:
tags:
- "v*"
- "v*.*.*"

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
uses: JRubics/poetry-publish@v1.16
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
on:
push:
tags:
- "v*"
- "v*.*.*"

jobs:
release:
Expand Down

0 comments on commit e88fc21

Please sign in to comment.