Skip to content

Commit 376f6b2

Browse files
committed
update release workflow
1 parent 15868ea commit 376f6b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
python-version: '3.12'
1818
- name: Build
1919
run: |
20-
pip install wheel
21-
python setup.py sdist bdist_wheel
20+
pip install tox
21+
tox -e build
2222
- name: Release
2323
uses: pypa/gh-action-pypi-publish@release/v1
2424
with:

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ authors:
1414
given-names: Daniel
1515
orcid: https://orcid.org/0000-0001-9447-460X
1616
title: "runcrate"
17-
version: 0.6.0
17+
version: 0.6.1
1818
doi: 10.5281/zenodo.7762627
1919
date-released: 2025-02-18

src/runcrate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.6.0"
15+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)