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 9fd40f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Cryptosteganography
===================

.. image:: https://github.com/computationalcore/cryptosteganography/actions/workflows/ci.yml/badge.svg?branch=main
:target: https://github.com/computationalcore/cryptosteganography/actions/workflows/ci.yml
.. image:: https://github.com/computationalcore/cryptosteganography/actions/workflows/build.yml/badge.svg?branch=main
:target: https://github.com/computationalcore/cryptosteganography/actions/workflows/build.yml

.. image:: https://codecov.io/github/computationalcore/cryptosteganography/coverage.svg?branch=main
:target: https://codecov.io/gh/computationalcore/cryptosteganography
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 9fd40f5

Please sign in to comment.