Skip to content

Commit 7a5f127

Browse files
committed
Moar spring cleaning
1 parent 95afa23 commit 7a5f127

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2023 Funnel
3+
Copyright (c) 2022-2024 Funnel
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

Makefile

+8
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ clean-dist:
3131
rm -rf build
3232
rm -rf src/python_on_rails.egg-info
3333
rm -rf dist
34+
35+
.PHONY: release
36+
release: test dist
37+
. venv/bin/activate && twine upload dist/*
38+
39+
.PHONY: test-release
40+
test-release: test dist
41+
. venv/bin/activate && twine upload -r testpypi dist/*

0 commit comments

Comments
 (0)