Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Larralde
peptides.py
Commits
5ad04a38
Commit
5ad04a38
authored
Oct 21, 2021
by
Martin Larralde
Browse files
Release v0.1.0
parent
559d4991
Changes
4
Hide whitespace changes
Inline
Side-by-side
.github/workflows/package.yml
View file @
5ad04a38
...
...
@@ -15,10 +15,10 @@ jobs:
uses
:
actions/checkout@v2
with
:
submodules
:
true
-
name
:
Setup Python
3.
9
-
name
:
Setup Python
3.
10
uses
:
actions/setup-python@v2
with
:
python-version
:
3.
9
python-version
:
"
3.
10"
-
name
:
Install build requirements
run
:
python -m pip install -r .github/workflows/requirements.txt
-
name
:
Build wheel
...
...
@@ -37,10 +37,10 @@ jobs:
uses
:
actions/checkout@v2
with
:
submodules
:
true
-
name
:
Set up Python
3.
9
-
name
:
Set up Python
3.
10
uses
:
actions/setup-python@v2
with
:
python-version
:
3.
9
python-version
:
"
3.
10"
-
name
:
Install build requirements
run
:
python -m pip install -r .github/workflows/requirements.txt
-
name
:
Build wheel distribution
...
...
@@ -57,8 +57,7 @@ jobs:
name
:
Upload
needs
:
-
sdist
-
wheel-linux
-
wheel-osx
-
wheel
steps
:
-
name
:
Download built distributions
uses
:
actions/download-artifact@v2
...
...
@@ -72,5 +71,3 @@ jobs:
user
:
__token__
password
:
${{ secrets.PYPI_API_TOKEN }}
skip_existing
:
false
.github/workflows/requirements.txt
View file @
5ad04a38
...
...
@@ -7,4 +7,5 @@ coverage ~=5.0
codecov ~=2.0
# deployment dependencies
wheel
auditwheel
CHANGELOG.md
View file @
5ad04a38
...
...
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[
Unreleased
]:
https://github.com/althonos/peptides.py/compare/14f254e...HEAD
[
Unreleased
]:
https://github.com/althonos/peptides.py/compare/v0.1.0...HEAD
## [v0.1.0] - 2021-10-21
[
v0.1.0
]:
https://github.com/althonos/peptides.py/compare/14f254e9...v0.1.0
Initial release.
setup.cfg
View file @
5ad04a38
...
...
@@ -26,6 +26,7 @@ classifier =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Scientific/Engineering :: Bio-Informatics
...
...
@@ -36,6 +37,7 @@ project_urls =
Changelog = https://github.com/althonos/peptides.py/blob/master/CHANGELOG.md
Coverage = https://codecov.io/gh/althonos/peptides.py/
Builds = https://git.embl.de/larralde/peptides.py/-/pipelines
PyPI = https://pypi.org/project/peptides
[options]
zip_safe = true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment