Skip to content

Commit

Permalink
Fix broken deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelane committed Feb 1, 2021
1 parent b5d0c27 commit 8501467
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
jobs:
test_build_deploy:
runs-on: ubuntu-latest
env:
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down
20 changes: 15 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ Changelog

(unreleased)
------------
- Update version to 1.0.2. [Michael Lane]
- Fix deployment coverage report location. [Michael Lane]
- Fix coverage report location. [Michael Lane]
- Fix coverage report location. [Michael Lane]
- Add a deploy workflow and clean up integration workflow. [Michael
- Add a deploy workflow and clean up integration workflow (#7) [Mike
Lane]

* Add a deploy workflow and clean up integration workflow

* Fix coverage report location

* Fix coverage report location

* Fix deployment coverage report location

* update version to 1.0.2

* Add CHANGELOG and update deploy script

* Fix name of pypi token secret
- Bump fire from 0.3.1 to 0.4.0 (#6) [dependabot[bot]]

Bumps [fire](https://github.com/google/python-fire) from 0.3.1 to 0.4.0.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'reddit-get'
version = "1.0.2"
version = "1.0.3"
description = 'A CLI to get reddit content'
authors = ['Michael Lane <mikelane@gmail.com>']
license = 'MIT'
Expand Down

0 comments on commit 8501467

Please sign in to comment.