summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2022-04-04 13:17:57 -0400
committerJames E. King III <jking@apache.org>2022-04-04 15:38:49 -0400
commitab64f3e264c684675dda85a709b301a424c699cc (patch)
treee548b1dc13126536c64f059286f88df2de7d819a /.gitmodules
parent15cc0c4da218a375cadc67e541a99fdc6c5083f2 (diff)
downloadthrift-ci/pypi-automation.tar.gz
THRIFT-5546: automate pypi publishing [ci skip]ci/pypi-automation
When a pre-release is created on GitHub for the repo it will publish to the TestPyPI service, and if that pre-release is promoted to a release, it will publish to the PyPI (real) service.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..bbaf357b3
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule ".github/actions/cloudtruth/configure-action"]
+ path = .github/actions/cloudtruth/configure-action
+ url = https://github.com/cloudtruth/configure-action
+[submodule ".github/actions/pypa/gh-action-pypi-publish"]
+ path = .github/actions/pypa/gh-action-pypi-publish
+ url = https://github.com/pypa/gh-action-pypi-publish