Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simleo committed Feb 18, 2025
1 parent 15868ea commit 376f6b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
python-version: '3.12'
- name: Build
run: |
pip install wheel
python setup.py sdist bdist_wheel
pip install tox
tox -e build
- name: Release
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ authors:
given-names: Daniel
orcid: https://orcid.org/0000-0001-9447-460X
title: "runcrate"
version: 0.6.0
version: 0.6.1
doi: 10.5281/zenodo.7762627
date-released: 2025-02-18
2 changes: 1 addition & 1 deletion src/runcrate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit 376f6b2

Please sign in to comment.