Skip to content

Commit

Permalink
fixed wheel uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
westandskif committed Oct 29, 2024
1 parent d522283 commit 1848fb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: artifact-sdist
path: ./dist/*.tar.gz
path: |
./dist/*.tar.gz
./dist/*.whl
pypi-publish:
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.1 (2024-10-29)
## 0.2.2 (2024-10-29)

- handled connection error properly (as promise rejection)

Expand Down
2 changes: 1 addition & 1 deletion src/synclane/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"ProcedureNotFound",
"TsExporter",
]
__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit 1848fb6

Please sign in to comment.