Skip to content

Commit 96b5a23

Browse files
committed
Update release workflow
1 parent b10cd5b commit 96b5a23

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish Release
22

33
on:
4+
workflow_dispatch:
45
release:
56
types:
67
- published
@@ -13,6 +14,7 @@ jobs:
1314
publish-pypi:
1415
name: "PyPI"
1516
runs-on: ubuntu-latest
17+
environment: release
1618

1719
steps:
1820
- name: Checkout code

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ attrs==23.1.0 ; python_version >= "3.7" and python_version < "4.0"
88
certifi==2023.7.22 ; python_version >= "3.7" and python_version < "4.0"
99
cffi==1.15.1 ; python_version >= "3.7" and python_version < "4.0"
1010
charset-normalizer==3.2.0 ; python_version >= "3.7" and python_version < "4.0"
11-
click==8.1.6 ; python_version >= "3.7" and python_version < "4.0"
12-
colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")
11+
click==8.1.7 ; python_version >= "3.7" and python_version < "4.0"
12+
colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows"
1313
coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0"
1414
cryptography==41.0.3 ; python_version >= "3.7" and python_version < "4.0"
1515
exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11"
@@ -32,7 +32,7 @@ pytest==7.4.0 ; python_version >= "3.7" and python_version < "4.0"
3232
pyyaml==6.0.1 ; python_version >= "3.7" and python_version < "4.0"
3333
requests==2.31.0 ; python_version >= "3.7" and python_version < "4.0"
3434
responses==0.23.3 ; python_version >= "3.7" and python_version < "4.0"
35-
tomli==2.0.1 ; python_version >= "3.7" and python_version < "3.11"
35+
tomli==2.0.1 ; python_version >= "3.7" and python_full_version <= "3.11.0a6"
3636
types-pyyaml==6.0.12.11 ; python_version >= "3.7" and python_version < "4.0"
3737
typing-extensions==4.7.1 ; python_version >= "3.7" and python_version < "3.8"
3838
urllib3==2.0.4 ; python_version >= "3.7" and python_version < "4.0"

0 commit comments

Comments
 (0)