Skip to content

Commit 4d70499

Browse files
ci: fix publish issue
1 parent 5cd5317 commit 4d70499

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml renamed to .github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python Package CI
1+
name: CI Build and Tests
22

33
on:
44
push:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Python Package
22

33
on:
44
workflow_run:
5-
workflows: ["Python Package CI"]
5+
workflows: ["CI Build and Tests"]
66
types:
77
- completed
88

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ stegano==0.11.3
2424
# via -r requirements.in
2525

2626
# The following packages are considered to be unsafe in a requirements file:
27-
# setuptools
27+
setuptools==70.1.1

0 commit comments

Comments
 (0)