diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e97479..33cfa90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: push: # Avoid using all the resources/limits available by checking only # relevant branches and tags. Other branches can be checked via PRs. - branches: [main] + branches: [main, bwmac/ORCA-283/ci_publish_bug] tags: ['v[0-9]*', '[0-9]+.[0-9]+*'] # Match tags that resemble a version pull_request: # Run in every PR workflow_dispatch: # Allow manually triggering the workflow diff --git a/setup.cfg b/setup.cfg index 42bcda2..b8f8599 100644 --- a/setup.cfg +++ b/setup.cfg @@ -76,7 +76,7 @@ all = # Dependencies for testing (used by tox and Pipenv) testing = - setuptools~=65.0 + setuptools~=67.0 pytest~=7.0 pytest-cov~=4.0 pytest-mock~=3.0