Skip to content

Commit

Permalink
ci: consecutive runs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 24, 2023
1 parent 891cafc commit 85d74d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
pull_request:

# only allow one job to run
concurrency: general_workflow

jobs:
checks:
runs-on: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install -e .
- name: Build and publish
env:
TWINE_USERNAME: ci_dcor
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PWD }}
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 85d74d8

Please sign in to comment.