Skip to content

Commit

Permalink
ci: fix publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
computationalcore committed Jul 1, 2024
1 parent 5cd5317 commit 4d70499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Package CI
name: CI Build and Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Python Package

on:
workflow_run:
workflows: ["Python Package CI"]
workflows: ["CI Build and Tests"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ stegano==0.11.3
# via -r requirements.in

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

0 comments on commit 4d70499

Please sign in to comment.