Skip to content

Commit ae803c9

Browse files
committed
updated configs
1 parent 82361ea commit ae803c9

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: "CodeQL"
22

33
on:
4-
push:
5-
branches: [ main, master ]
6-
pull_request:
7-
branches: [ main, master ]
4+
release:
5+
types: [created]
86

97
jobs:
108
analyze:
@@ -14,7 +12,7 @@ jobs:
1412
strategy:
1513
fail-fast: false
1614
matrix:
17-
language: [ 'python' ]
15+
language: ['python']
1816

1917
steps:
2018
- name: Checkout repository

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ jobs:
2323
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2424
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2525
run: |
26-
python setup.py build_ext --inplace
27-
python setup.py sdist bdist_wheel
26+
python setup.py sdist
2827
twine upload dist/*

0 commit comments

Comments
 (0)