Skip to content

Commit

Permalink
Merge pull request #2 from spatial-model-editor/ci
Browse files Browse the repository at this point in the history
update ci
  • Loading branch information
lkeegan authored Jun 14, 2021
2 parents 6147a08 + 49638dd commit 37c3d10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: pip install --upgrade pip setuptools wheel
- run: python -m pytest -v
- run: python setup.py sdist bdist_wheel
- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
password: ${{ secrets.pypi_password }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: pip install -r requirements.txt
- run: pip install -r dev-requirements.txt
- run: python -m pytest -v
- run: python -m pytest -v
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.6b0
hooks:
- id: black

- repo: https://github.com/kynan/nbstripout
rev: 0.3.9
rev: 0.4.0
hooks:
- id: nbstripout

0 comments on commit 37c3d10

Please sign in to comment.