Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #312 from jjnicola/pypi
Browse files Browse the repository at this point in the history
Fix deploy and upload to pypi
  • Loading branch information
jjnicola authored Aug 11, 2020
2 parents 575ffce + 02f3849 commit 423c3c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ commands:
name: Create and upload distribution to pypi
command: |
rm -rf dist build ospd.egg-info
poetry run python setup.py sdist bdist_wheel
poetry build
poetry run twine upload dist/*
jobs:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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/).

## [20.8.1] (unreleased)

### Fixed
- Fix deploy and upload to pypi. [#312](https://github.com/greenbone/ospd/pull/312)

[20.8.1]: https://github.com/greenbone/ospd/compare/v20.8.0...ospd-20.08

## [20.8.0] (2020-08-11)

### Added
Expand Down

0 comments on commit 423c3c5

Please sign in to comment.