Skip to content

Commit

Permalink
Merge pull request #726 from audreyfeldroy/pyup-update-twine-1.14.0-t…
Browse files Browse the repository at this point in the history
…o-5.0.0

Update twine to 5.0.0
  • Loading branch information
ArjunDandagi authored Apr 7, 2024
2 parents 77e60ef + c50d542 commit 1f7f8ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install coverage
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; else pip install . fi
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; else pip install .; fi
- name: Run Tests
run: |
pytest tests/
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ watchdog==0.9.0
tox==3.14.0
coverage==4.5.4
Sphinx==1.8.5
twine==1.14.0
twine==5.0.0
ruff==0.3.5
{% if cookiecutter.command_line_interface|lower == 'click' -%}
Click==7.1.2{% endif %}
Expand Down

0 comments on commit 1f7f8ea

Please sign in to comment.