Skip to content

Commit

Permalink
ci: update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 3, 2024
1 parent c976ea6 commit 4ef1f11
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
coverage run --source=bmlab -m pytest tests
- name: Lint with flake8
run: |
flake8 .
flake8 --exclude _version.py .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install -e .
- name: Build and publish
env:
TWINE_USERNAME: ci_bm
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PWD }}
run: |
python setup.py sdist bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ python:
- requirements: docs/requirements.txt
- method: pip
path: .
system_packages: false

2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

### Fixed
- Don't fail on empty arc #138
- Fix issues with flake8 v5, lock scipy version #139
- Fix issues with flake8 --exclude _version.py .5, lock scipy version #139

## 0.2.3 - 2022-07-01

Expand Down
2 changes: 1 addition & 1 deletion docs/sec_develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Continuous integration
======================
The following things are automated:

- pytest and flake8 on Linux, macOS, and Windows via GitHub Actions:
- pytest and flake8 --exclude _version.py .n Linux, macOS, and Windows via GitHub Actions:
https://github.com/BrillouinMicroscopy/bmlab/actions?query=workflow%3AChecks

You should always check that all checks pass before you merge a pull request
Expand Down

0 comments on commit 4ef1f11

Please sign in to comment.