Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Python version and build dependencies #13

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
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
15 changes: 8 additions & 7 deletions .github/workflows/build-deva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ defaults:

env:
PROJECT_NAME: "deva"
PROJECT_VERSION: "1.0.1"
PYAPP_PROJECT_VERSION: "2.2.0" # underlying invoke version
PYAPP_PYTHON_VERSION: "3.11" # underlying Python version
PROJECT_VERSION: "1.0.2"
PYAPP_PROJECT_NAME: "invoke"
PYAPP_PROJECT_VERSION: "2.2.0" # underlying invoke version
PYAPP_PYTHON_VERSION: "3.12" # underlying Python version
PYAPP_UV_ENABLED: "true"
PYAPP_PROJECT_DEPENDENCY_FILE: "/tmp/requirements.txt"
PYAPP_EXPOSE_ALL_COMMANDS: 1
PYTHON_VERSION: "3.11" # Used in the pipeline itself
PYAPP_EXPOSE_ALL_COMMANDS: "true"
PYTHON_VERSION: "3.12" # Used in the pipeline itself
PYAPP_REPO: pyapp # Path to the PyApp repository
PYAPP_VERSION: "0.22.0"
PYAPP_VERSION: "0.23.0"
CARGO_COMMAND: cargo # Cargo command to run
VERSION_SUFFIX: "-dev"
AGENT_REQUIREMENTS: "https://raw.githubusercontent.com/DataDog/datadog-agent/main/requirements.txt"
Expand Down Expand Up @@ -221,4 +222,4 @@ jobs:
binaries/*

- name: Add checksums to current release
uses: wangzuo/action-release-checksums@v1
uses: wangzuo/action-release-checksums@v1