Skip to content

Commit

Permalink
Comment out condition on publishing to test lockfiles for py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezz committed Aug 30, 2024
1 parent 802c53b commit 7aee934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:

publish:
name: Publish artifacts
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && (github.ref == github.event.repository.default_branch || startsWith(github.ref, '7.')))
#if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && (github.ref == github.event.repository.default_branch || startsWith(github.ref, '7.')))
needs:
- build
- build-macos
Expand Down

0 comments on commit 7aee934

Please sign in to comment.