Skip to content

Commit 0fdc8ee

Browse files
Fix build issues (#19)
* Revert poetry.lock to 1.0.4 * Remove securesystemslib from pyproject.toml * Update poetry.lock * Update gh-action-sigstore-python to v2.1.1 * Remove signing step from publish-to-testpypi
1 parent d465090 commit 0fdc8ee

File tree

4 files changed

+17
-40
lines changed

4 files changed

+17
-40
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
name: python-package-distributions
101101
path: dist/
102102
- name: Sign the dists with Sigstore
103-
uses: sigstore/gh-action-sigstore-python@v1.2.3
103+
uses: sigstore/gh-action-sigstore-python@v2.1.1
104104
with:
105105
inputs: >-
106106
./dist/*.tar.gz

authsignal/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.0.2'
1+
VERSION = '2.0.3'

poetry.lock

+14-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "authsignal"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "Authsignal Python SDK for Passwordless Step Up Authentication"
55
authors = ["justinsoong <[email protected]>"]
66
license = "MIT"
@@ -14,7 +14,6 @@ python = "^3.8"
1414
requests = "^2.28.1"
1515
pyjwt = "^2.8.0"
1616
pyhumps = "^3.8.0"
17-
securesystemslib = "0.31.0"
1817

1918
[tool.poetry.dev-dependencies]
2019
responses = "^0.24.1"

0 commit comments

Comments
 (0)