Skip to content

Commit

Permalink
Use production packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumol committed Oct 10, 2024
1 parent fa374cd commit a84aae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pythia.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PYTHON_CONFIGURATION="default@3.12.7.2303a25"
PYTHON_CONFIGURATION="default@3.12.7.bb41ace"
# This is defined as a Bash array of options to be passed to commands.
BASE_REQUIREMENTS=("chevah-brink==1.0.15" "paver==1.3.4" "wheel")
# Use our private PyPi server instead of the default one set in pythia.sh.
PIP_INDEX_URL="https://bin.chevah.com:20443/pypi/simple"
# Use our production server instead of the GitHub releases set by default.
BINARY_DIST_URI="https://bin.chevah.com:20443/production"
# For testing packages, make sure this one is the last uncommented instance:
BINARY_DIST_URI="https://bin.chevah.com:20443/testing"
#BINARY_DIST_URI="https://bin.chevah.com:20443/testing"
# This directory is used by the Python runtime.
CHEVAH_BUILD_DIR="build-py3"

0 comments on commit a84aae6

Please sign in to comment.