Skip to content

Commit

Permalink
Merge branch 'dev' into feature/dump_path
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Jan 14, 2025
2 parents 2cd8db5 + e41243f commit af26eb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: python setup.py sdist bdist_wheel
- name: Run twine check
run: twine check dist/*
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: tox-gh-actions-dist
path: dist
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Overview
- | |version| |wheel| |supported-versions| |supported-implementations|
| |commits-since| |packaging|
.. |tox-pytest| image:: https://github.com/oemof/oemof-network/workflows/tox%20pytests/badge.svg?branch=dev
.. |tox-pytest| image:: https://github.com/oemof/oemof-network/workflows/tox_pytests.yml/badge.svg?branch=dev
:target: https://github.com/oemof/oemof-network/actions?query=workflow%3A%22tox+checks%22

.. |tox-checks| image:: https://github.com/oemof/oemof-network/workflows/tox%20checks/badge.svg?branch=dev
.. |tox-checks| image:: https://github.com/oemof/oemof-network/workflows/tox_checks.yml/badge.svg?branch=dev
:target: https://github.com/oemof/oemof-network/actions?query=workflow%3A%22tox+checks%22

.. |packaging| image:: https://github.com/oemof/oemof-network/workflows/packaging/badge.svg?branch=dev
Expand Down

0 comments on commit af26eb5

Please sign in to comment.