Skip to content

Commit

Permalink
Fix changelog rendering and remove release action
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Nov 10, 2022
1 parent cfbc117 commit bd521c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@ on:
- "[0-9]+.[0-9]+.[0-9]"

jobs:
release:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

publish-pypi:
name: Publish to PyPI
needs: release
Expand Down
1 change: 0 additions & 1 deletion docs/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
- Fixed ``KeyError: 'missing_field'`` error when required fields are not supplied.
[#572](https://github.com/pulp/pulp-cli/issues/572)
- Correctly identified base_path as required when creating a Distribution.

(affected rpm, file, and python distribution create)
[#574](https://github.com/pulp/pulp-cli/issues/574)

Expand Down

0 comments on commit bd521c1

Please sign in to comment.