Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/dot-github/actio…
Browse files Browse the repository at this point in the history
…ns/setup-nca-env/actions/setup-python-5.1.0
  • Loading branch information
zivnevo authored Apr 9, 2024
2 parents a4439c4 + 97965bc commit a2def33
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-github-and-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
python -m build
- name: Push version to PyPi
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
with:
python-version: 3.9
architecture: x64
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: nca-package
path: nca_build
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ghapi==1.0.4
ghapi==1.0.5
PyYAML==6.0
greenery==4.0.0
networkx==3.2.1
beautifulsoup4==4.12.2
lxml==5.1.0
lxml==5.2.1
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ classifiers =
packages = find_namespace:
include_package_data = True
install_requires =
ghapi==1.0.4
ghapi==1.0.5
PyYAML==6.0
greenery==4.0.0
networkx==3.2.1
beautifulsoup4==4.12.0
lxml==5.1.0
lxml==5.2.1

python_requires = >=3.9

Expand Down

0 comments on commit a2def33

Please sign in to comment.