Skip to content

Commit

Permalink
Update GitHub publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisercole committed Mar 2, 2022
1 parent 6352195 commit 1bc8632
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
check-release-tag:

# Only run this job on the main repository and not on forks
if: github.repository == 'lorisercole/sportran'
if: github.repository == "sissaschool/sportran"
runs-on: ubuntu-latest

steps:
Expand Down
19 changes: 6 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,10 @@ repos:
tests/test_notebooks/.*|
examples/.*|
)$
# # prospector: collection of linters
# - id: prospector
# language: system
# types: [file, python]
# name: prospector
# description: "This hook runs Prospector: https://github.com/landscapeio/prospector"
# entry: prospector
#
# - id: version-number
# name: Check version numbers
# entry: python ./.travis-data/check_version.py
# language: system
# files: '^(setup.json)|(aiida_diff/__init__.py)'
#- repo: https://github.com/PyCQA/pylint
# rev: v2.12.2
# hooks:
# - id: pylint
# language: system
# exclude: *exclude_files
4 changes: 3 additions & 1 deletion sportran/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
Sportran library
==========================
This is the core library containing all the code necessary to perform a nice and fast cepstral analysis on your time series
This is the core library containing all the code necessary to perform a nice
and fast cepstral analysis on your time series.
"""

from . import md
from . import current
from .current import *
from . import utils
from . import plotter
Expand Down

0 comments on commit 1bc8632

Please sign in to comment.