Skip to content

Commit

Permalink
🧪🩹 Disable continuous publishing to TestPyPI
Browse files Browse the repository at this point in the history
TODO: revert this commit ASAP
  • Loading branch information
webknjaz committed Sep 20, 2024
1 parent df0a390 commit c513305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ env:
PIP_NO_WARN_SCRIPT_LOCATION: 1 # Hide "script dir is not in $PATH" message
PRE_COMMIT_COLOR: always
PROJECT_NAME: awx_plugins.interfaces
PUBLISHING_TO_TESTPYPI_ENABLED: true
PUBLISHING_TO_TESTPYPI_ENABLED: false
PY_COLORS: 1 # Recognized by the `py` package, dependency of `pytest`
PYTHONIOENCODING: utf-8
PYTHONUTF8: 1
Expand Down

0 comments on commit c513305

Please sign in to comment.