Skip to content

Commit

Permalink
Release v8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Safihre committed May 20, 2024
1 parent 88da833 commit dc2f927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_and_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
pip install twine
twine upload --skip-existing ./dist/*.tar.gz ./wheelhouse/*.whl
- name: Publish release to GitHub
uses: "marvinpinto/action-[email protected]"
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux' && matrix.linux_arch == 'aarch64'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
files: ./dist/*.tar.gz
2 changes: 1 addition & 1 deletion src/sabctools.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
#include <string.h>

/* Version information */
#define SABCTOOLS_VERSION "8.2.2"
#define SABCTOOLS_VERSION "8.2.3"

PyMODINIT_FUNC PyInit_sabctools(void);

0 comments on commit dc2f927

Please sign in to comment.