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

Fix deploy and upload to pypi #312

Merged
merged 1 commit into from
Aug 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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