Skip to content

Commit d4a04f2

Browse files
committed
Merge branch 'main' into develop
2 parents 80b8671 + c2a9490 commit d4a04f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
22

33
on:
44
release:
5-
types: [released]
5+
types: [prereleased,released]
66

77
jobs:
88
build-n-publish:
99
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
1010
runs-on: ubuntu-18.04
1111
steps:
12-
- uses: actions/checkout@master
12+
- uses: actions/checkout@v2
1313
- name: Set up Python
1414
uses: actions/setup-python@v1
1515
with:

0 commit comments

Comments
 (0)