think I have it now

This commit is contained in:
Erik Gomez
2020-06-19 15:27:54 -05:00
parent aa524d836b
commit e20e35f7d8
-4
View File
@@ -14,9 +14,6 @@ jobs:
- name: Checkout python repo
uses: actions/checkout@v2
- name: test 2
run: ls -l
- name: Install Apple certificates
if: github.ref == 'refs/heads/main'
uses: apple-actions/import-codesign-certs@v1
@@ -28,7 +25,6 @@ jobs:
run: /usr/bin/sudo ./build_python_framework_pkgs.zsh recommended "$DEV_ID"
env:
DEV_ID: "Developer ID Installer: Clever DevOps Co. (9GQZ7KUFR6)"
working-directory: python
- name: Upload packages
uses: actions/upload-artifact@v1