Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/code-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:

env:
PYTHON_VERSION: '3.11'
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
create-release-artifact:
Expand Down Expand Up @@ -268,7 +269,7 @@ jobs:
return ""

setup(
name="PowerTraderAI+",
name="PowerTraderAI",
version="${{ steps.version.outputs.PYTHON_VERSION }}",
author="Simon Jackson",
author_email="simon@jacksonfamily.me",
Expand Down
Loading