File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2424 - name : install publishing tool
2525 run : go install github.com/kovetskiy/mark@latest
2626 - name : publish docs
27+ env :
28+ SECRET_CONFLUENCE_USER : ${{ secrets.CONFLUENCE_USER }}
29+ SECRET_CONFLUENCE_TOKEN : ${{ secrets.CONFLUENCE_TOKEN }}
30+ SECRET_CONFLUENCE_URL : ${{ secrets.CONFLUENCE_URL }}
2731 run : |
2832 touch ~/.config/mark || true
29- mark -u ${{ secrets.CONFLUENCE_USER }} -p ${{ secrets.CONFLUENCE_TOKEN }} -b ${{ secrets.CONFLUENCE_URL }} -f README.md
33+ mark -u "$SECRET_CONFLUENCE_USER" -p "$SECRET_CONFLUENCE_TOKEN" -b "$SECRET_CONFLUENCE_URL" -f README.md
Original file line number Diff line number Diff line change 1- 1.6.52
1+ 1.6.54
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PROJECT_NAME = "NumKey"
3232# This could be handy for archiving the generated documentation or
3333# if some version control system is used.
3434
35- PROJECT_NUMBER = 1.6.52
35+ PROJECT_NUMBER = 1.6.54
3636
3737# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838# for a project that appears at the top of each page and should give viewer
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def run(self):
3030
3131setup (
3232 name = "numkey" ,
33- version = "1.6.52 .1" ,
33+ version = "1.6.54 .1" ,
3434 keywords = ("numkey E.164 shortcode lvn did encoding" ),
3535 description = "NumKey Bindings for Python" ,
3636 long_description = read ("../README.md" ),
You can’t perform that action at this time.
0 commit comments