Skip to content

Commit

Permalink
Fix issue where wheels cannot be updated (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralanglois authored Sep 21, 2022
1 parent 53c9378 commit 00e1654
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: ./dist
skip_existing: true



Expand Down
7 changes: 7 additions & 0 deletions docs/src/changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes {#changes}


## v1.1.27

Date | Description
---------- | -----------
2022-08-23 | Fix issue where wheels cannot be updated


## v1.1.26

Date | Description
Expand Down

0 comments on commit 00e1654

Please sign in to comment.