Skip to content

Commit

Permalink
unspecified - test for cd
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed Jan 4, 2024
1 parent 027e20d commit 2b0519c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
DESCRIPTION="This is an automated build of the latest source triggered by commit ${{ github.sha }} (@${{ github.actor }}). It may be unstable or even crash, corrupt your save or eat your kitten. Use with caution!
This release was made to be compatible with **latest stable version** of Python.
_Certain features will not work with earlier versions of Python._
_Certain features will not work with earlier versions of Python._"
if ! github-release info -t 9.9.9-continuous > /dev/null 2>&1; then
github-release release \
--tag 9.9.9-continuous \
Expand Down

0 comments on commit 2b0519c

Please sign in to comment.