Skip to content

Commit cd353da

Browse files
committed
Testing copy_pypi_2_github action
1 parent 21361dd commit cd353da

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/testing.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Testing"
2+
on:
3+
- push
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: domdfcoding/copy_pypi_2_github@master
10+
with:
11+
pypi_name: "domdf_python_tools"
12+
repository: "domdfcoding/domdf_python_tools"
13+
env:
14+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)