Skip to content

Commit

Permalink
removes fixed oscrypto dependency, it blocked pypi publishing (#195)
Browse files Browse the repository at this point in the history
* disables tests on ubuntu-latest

* drops fixed oscrypto version for git commit

* version bump
  • Loading branch information
msramalho authored Feb 14, 2025
1 parent 27f9287 commit 5614af3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-22.04, ubuntu-latest]
os: [ubuntu-22.04]
#TODO: re-enable ubuntu-latest, this is disabled as oscrypto cannot be pinned to github commit and pushed to pypi
defaults:
run:
working-directory: ./
Expand Down
14 changes: 5 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[project]
name = "auto-archiver"
version = "0.13.0"
version = "0.13.1"
description = "Automatically archive links to videos, images, and social media content from Google Sheets (and more)."

requires-python = ">=3.10,<3.13"
Expand All @@ -22,7 +22,6 @@ classifiers = [
]

dependencies = [
"oscrypto @ git+https://github.com/wbond/oscrypto.git@d5f3437ed24257895ae1edd9e503cfb352e635a8",
"gspread (>=0.0.0)",
"beautifulsoup4 (>=0.0.0)",
"bs4 (>=0.0.0)",
Expand Down

0 comments on commit 5614af3

Please sign in to comment.