Skip to content

Commit 230b428

Browse files
committed
Update GitHub workflows
1 parent 52f6120 commit 230b428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Check out code
1414
uses: actions/checkout@v4
1515
with:
16-
ref: 'refs/tags/${{ github.ref }}'
16+
ref: 'main'
1717

1818
- name: Set up Python
1919
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)