Skip to content

Commit

Permalink
Merge pull request #34 from candidco/mar/upgrade-click
Browse files Browse the repository at this point in the history
Upgrade `click` dependency
  • Loading branch information
MarcAndre-Rivet committed May 2, 2024
2 parents fc1a270 + 22ab36f commit e2ac4a3
Show file tree
Hide file tree
Showing 3 changed files with 389 additions and 372 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ jobs:
matrix:
os-python-version:
[
{ "os": "ubuntu-18.04", "python": 3.6 },
{ "os": "ubuntu-latest", "python": 3.7 },
{ "os": "ubuntu-latest", "python": "3.7" },
{ "os": "ubuntu-latest", "python": "3.8" },
{ "os": "ubuntu-latest", "python": "3.9" },
{ "os": "ubuntu-latest", "python": "3.10" },
{ "os": "ubuntu-latest", "python": "3.11" },
]

steps:
Expand Down Expand Up @@ -68,4 +71,3 @@ jobs:
pip install poetry2setup
poetry2setup > setup.py
s3pypi --bucket pypi.candidco.com --private || echo "ERROR: push failed for $package";
Loading

0 comments on commit e2ac4a3

Please sign in to comment.