2
.github/workflows/pypi-publish.yml
vendored
2
.github/workflows/pypi-publish.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
docs:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
||||
2
.github/workflows/sphinx-build.yml
vendored
2
.github/workflows/sphinx-build.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
docs:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ __title__ = "pina"
|
||||
__author__ = "Nicola Demo, Maria Strazzullo"
|
||||
__copyright__ = "Copyright 2021-2021, PINA contributors"
|
||||
__license__ = "MIT"
|
||||
__version__ = "0.0.2"
|
||||
__version__ = "0.0.2.dev0"
|
||||
__mail__ = 'demo.nicola@gmail.com, ' # TODO
|
||||
__maintainer__ = __author__
|
||||
__status__ = "Alpha"
|
||||
|
||||
Reference in New Issue
Block a user