We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f8a4f commit 5229211Copy full SHA for 5229211
2 files changed
.github/workflows/publish_to_pypi.yml
@@ -3,17 +3,10 @@
3
# in mapmanager org
4
# TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
5
6
-name: Publish core to PyPi (cudmore)
+name: Publish mapmanagercore to PyPi (cudmore)
7
8
on: push
9
10
-# my code
11
-# on:
12
-# workflow_run:
13
-# workflows: ["Release (cudmore)"]
14
-# types: [completed]
15
-
16
-# see: https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
17
jobs:
18
build:
19
name: Build distribution 📦
.github/workflows/test.yml
0 commit comments