We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15868ea commit 376f6b2Copy full SHA for 376f6b2
3 files changed
.github/workflows/release.yml
@@ -17,8 +17,8 @@ jobs:
17
python-version: '3.12'
18
- name: Build
19
run: |
20
- pip install wheel
21
- python setup.py sdist bdist_wheel
+ pip install tox
+ tox -e build
22
- name: Release
23
uses: pypa/gh-action-pypi-publish@release/v1
24
with:
CITATION.cff
@@ -14,6 +14,6 @@ authors:
14
given-names: Daniel
15
orcid: https://orcid.org/0000-0001-9447-460X
16
title: "runcrate"
-version: 0.6.0
+version: 0.6.1
doi: 10.5281/zenodo.7762627
date-released: 2025-02-18
src/runcrate/__init__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
-__version__ = "0.6.0"
+__version__ = "0.6.1"
0 commit comments