Skip to content

Commit

Permalink
Merge pull request #143 from ESSS/release-v2.0.1
Browse files Browse the repository at this point in the history
Fix deploy
  • Loading branch information
eniohayashi committed Feb 15, 2024
2 parents ec81088 + eb03cd6 commit aa35ed3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
user: __token__
password: ${{ secrets.pypi_token }}
- name: GitHub Release
uses: softprops/action-gh-release@v1
with:
files: dist/*
- name: GitHub Release
uses: softprops/action-gh-release@v1
with:
files: dist/*
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.0.0 (2024-02-14)
2.0.1 (2024-02-15)
------------------

* Added support for Python 3.11 and 3.12.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ $ pytest
Deploying
---------

See `HOWTORELEASE <https://github.com/ESSS/barril/blob/master/HOWTORELEASE.rst>`_.
See `HOWTORELEASE <https://github.com/ESSS/barril/blob/master/RELEASING.rst>`_.

0 comments on commit aa35ed3

Please sign in to comment.