Skip to content

Commit

Permalink
remove extra workflow, update job names
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Nov 19, 2024
1 parent 2373d16 commit a8bcfb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 138 deletions.
136 changes: 0 additions & 136 deletions .github/workflows/cdk-publish.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Packaging
name: Packaging and Publishing

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
- uses: hynek/build-and-inspect-python-package@v2

publish:
name: Publish to PyPI
name: Publish CDK to PyPI
runs-on: ubuntu-latest
needs: [build]
permissions:
Expand Down

0 comments on commit a8bcfb3

Please sign in to comment.