Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deploy #143

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>`_.