Skip to content

Commit 23c94f6

Browse files
committed
Fixing up workflows
1 parent 200e0b9 commit 23c94f6

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/build-and-upload.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,3 @@ jobs:
3838
- name: Build Package
3939
uses: ./ # Action defined in action.yaml in the root
4040
if: steps.changed-files.outputs.any_changed == 'true'
41-
42-
- name: Setup Octofactory config
43-
uses: jfrog/setup-jfrog-cli@7c95feb32008765e1b4e626b078dfd897c4340ad
44-
if: steps.changed-files.outputs.any_changed == 'true'
45-
env:
46-
JF_ENV_1: ${{ secrets.OCTOFACTORY_SERVER_CONFIG }}
47-
48-
- name: Upload to Octofactory
49-
if: steps.changed-files.outputs.any_changed == 'true'
50-
run: |
51-
jfrog rt u dist/ logger-decorator-pypi

.github/workflows/pyright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
hatch env create dev
2222
- run: echo "$(hatch env find dev)/bin" >> $GITHUB_PATH
2323
- name: Run pyright
24-
uses: jakebailey/pyright-action@vb5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe
24+
uses: jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe

0 commit comments

Comments
 (0)