Skip to content

Commit 6d4789a

Browse files
committed
attempt 4: Fixes pipeline versioning
1 parent 690ce24 commit 6d4789a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/pypi.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pip install poetry
1818
poetry build
1919
20-
- uses: actions/upload-artifact@v3
20+
- uses: actions/upload-artifact@v4
2121
with:
2222
name: dist
2323
path: dist/*

0 commit comments

Comments
 (0)