Skip to content

Commit

Permalink
Rename labels
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jul 14, 2022
1 parent 7baa994 commit b907a01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '**.txt'
- '**.png'
- 'auto_editor/__init__.py'
- 'ae-ffmpeg/**/*'
- 'site/**/*'
branches:
- master
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/ff-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: Upload Python Package
on:
release:
types: [created]
name: Upload ae-ffmpeg Package
on: workflow_dispatch
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -23,7 +21,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
cd ff
cd ae-ffmpeg
mv ae_ffmpeg/ffmpeg/Windows ./
python setup.py bdist_wheel --plat-name=macosx_10_9_x86_64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: Upload Python Package
name: Upload Auto-Editor Package
on:
release:
types: [created]
Expand Down

0 comments on commit b907a01

Please sign in to comment.