Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
orgua committed Apr 29, 2024
2 parents 096278e + d4170bf commit db578ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_herd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
working-directory: "${{ env.herd_path }}"

- name: Publish package 🥳
uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN_HERD_UPLOAD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qc_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# NOTE: ansible + collections might be needed for linter

- name: Run Pre-Commit Tests 🧪
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

- name: Install the shepherd py-package 🐑
run: "sudo pip3 install ./[test]"
Expand Down

0 comments on commit db578ba

Please sign in to comment.