Skip to content

Commit

Permalink
Merge pull request #143 from fair-workflows/publish-sdist
Browse files Browse the repository at this point in the history
Also publish sdist to pypi
  • Loading branch information
svenvanderburg authored Sep 1, 2021
2 parents 5a379bd + b0dc639 commit ef78d25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
python setup.py bdist_wheel
python setup.py sdist bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.8] - 2021-09-01

### Added
* Also publish sdist when publishing to pypi

## [1.2.7] - 2021-06-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ keywords:
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
title: "nanopub: A python library for searching, publishing and modifying nanopublications"
version: "1.2.7"
version: "1.2.8"
date-released: "2021-06-25"
2 changes: 1 addition & 1 deletion nanopub/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.7"
__version__ = "1.2.8"

0 comments on commit ef78d25

Please sign in to comment.