Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit b68c489

Browse files
committed
FLIT_PASSWORD as repo secret
1 parent 5c23e10 commit b68c489

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

.github/workflows/labeler.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- master
87

98
jobs:
109
labeler:

.github/workflows/release.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- master
87

98
jobs:
109
release:
@@ -60,15 +59,7 @@ jobs:
6059
uses: pypa/[email protected]
6160
with:
6261
user: __token__
63-
password: ${{ secrets.PYPI_TOKEN }}
64-
65-
- name: Publish package on TestPyPI
66-
if: "! steps.check-version.outputs.tag"
67-
uses: pypa/[email protected]
68-
with:
69-
user: __token__
70-
password: ${{ secrets.TEST_PYPI_TOKEN }}
71-
repository_url: https://test.pypi.org/legacy/
62+
password: ${{ secrets.FLIT_PASSWORD }}
7263

7364
- name: Publish the release notes
7465
uses: release-drafter/[email protected]

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
2-
name = "camelot"
3-
version = "0.20.1"
2+
name = "pypdf_table_extraction"
3+
version = "0.0.1"
44
description = "PDF Table Extraction for Humans."
55
authors = ["Vinayak Mehta <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)