Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
NohamR committed Aug 23, 2024
1 parent bcc313e commit fd28dab
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: gopload.py
script-name: gocli.py
onefile: true

- name: Upload Artifacts
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,7 @@ dmypy.json
# node
node_modules/
*.bin
.github/workflows/build_latest.yml
test.py
encrypt.py
/temp
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ export GOPLOAD_PRIVATE_PARENT_ID="UUID"
# Usage :
Upload a file :
```bash
gopload -i 'file.txt'
gocli -i 'file.txt'
````

# To do :
- acc stats
- error-rateLimit
- env via CLI
- finish README.md
- download
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
cryptography==39.0.1
python-dotenv==1.0.1
Requests==2.32.3

0 comments on commit fd28dab

Please sign in to comment.