8000 removed publish from build · mrpowerus/salesforce-bulk-python@c483b18 · GitHub
[go: up one dir, main page]

Skip to content {"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}

Commit c483b18

Browse files
committed
removed publish from build
1 parent 939c5bb commit c483b18

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,4 @@ jobs:
3333
SF_CONSUMER_KEY: ${{ secrets.SF_CONSUMER_KEY }}
3434
SF_PRIVATE_KEY: ${{ secrets.SF_PRIVATE_KEY }}
3535
SF_USERNAME: ${{ secrets.SF_USERNAME }}
36-
37-
- name: Build package
38-
run: python -m build
39-
- name: Publish package
40-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
41-
with:
42-
user: __token__
43-
password: ${{ secrets.PYPI_API_TOKEN }}
36+

0 commit comments

Comments
 (0)
0