Skip to content

chore: remove fake artifacts upload during release #765

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

Merged
merged 1 commit into from
Jul 2, 2025
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion codebuild/release/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ phases:
fi
build:
commands:
- tox -e park
- tox -e release

batch:
Expand Down
1 change: 0 additions & 1 deletion codebuild/release/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ phases:
fi
build:
commands:
- tox -e park
- tox -e test-release


Expand Down
8 changes: 0 additions & 8 deletions decrypt_oracle/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -307,14 +307,6 @@ commands =
{[testenv:pylint-tests]commands}

# Release tooling
[testenv:park]
basepython = python3
skip_install = true
deps =
pypi-parker
setuptools
commands = python setup.py park

[testenv:build]
basepython = python3
skip_install = true
Expand Down
30 changes: 0 additions & 30 deletions park.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions performance_tests/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,6 @@ commands =
{[testenv:bandit]commands}

# Release tooling
[testenv:park]
basepython = python3
skip_install = true
deps = -r../dev_requirements/release-requirements.txt
commands = python setup.py park

[testenv:build]
basepython = python3
skip_install = true
Expand Down
6 changes: 0 additions & 6 deletions test_vector_handlers/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,6 @@ commands =
{[testenv:pylint-tests]commands}

# Release tooling
[testenv:park]
basepython = python3
skip_install = true
deps = -r../dev_requirements/release-requirements.txt
commands = python setup.py park

[testenv:build]
basepython = python3
skip_install = true
Expand Down
6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,6 @@ commands =
python -m http.server {posargs}

# Release tooling
[testenv:park]
basepython = python3
skip_install = true
deps = -rdev_requirements/release-requirements.txt
commands = python setup.py park

[testenv:build]
basepython = python3
skip_install = true
Expand Down