Skip to content

Commit

Permalink
Swap to specific version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley committed Feb 19, 2025
1 parent 094f1e8 commit 70d12ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ on:
- "breaking"
pull_request:
tags:
- "v*"
- "v*"

jobs:
build:
name: Build Distribution
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v5.4.0
with:
python-version: "3.x"

Expand Down

0 comments on commit 70d12ce

Please sign in to comment.