Skip to content

Commit

Permalink
use pypa build package to build release
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed May 17, 2023
1 parent c878864 commit 47dae56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

- name: Build a source tarball
run: |
python -m pip install --upgrade setuptools wheel
python setup.py sdist bdist_wheel
python -m pip install build
python -m build
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog of hydxlib
1.5.2 (unreleased)
------------------

- Nothing changed yet.
- Build the release with the build package instead of setuptools.


1.5.1 (2023-05-17)
Expand Down

0 comments on commit 47dae56

Please sign in to comment.