Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless committed Jul 24, 2024
1 parent bdca67b commit c598c74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ jobs:
- name: package
run: |
python -m build
publish:
needs: build_and_test
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/osquery
steps:
- name: hi
run: "ls"

0 comments on commit c598c74

Please sign in to comment.